Skip to content

Conversation

dotnet-policy-service[bot]
Copy link
Contributor

@dotnet-policy-service dotnet-policy-service bot commented Aug 15, 2025

Please don't squash-merge this PR.


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
.github/copilot-instructions.md .github/copilot-instructions
docs/core/compatibility/10.0.md docs/core/compatibility/10.0
docs/core/compatibility/toc.yml docs/core/compatibility/toc
docs/core/compatibility/wpf/10.0/empty-grid-definitions.md docs/core/compatibility/wpf/10.0/empty-grid-definitions
docs/core/diagnostics/built-in-metrics-diagnostics.md docs/core/diagnostics/built-in-metrics-diagnostics
docs/core/diagnostics/built-in-metrics-runtime.md docs/core/diagnostics/built-in-metrics-runtime
docs/core/diagnostics/built-in-metrics-system-net.md docs/core/diagnostics/built-in-metrics-system-net
docs/core/diagnostics/metrics-collection.md docs/core/diagnostics/metrics-collection
docs/core/extensions/windows-service-with-installer.md docs/core/extensions/windows-service-with-installer
docs/core/tools/dotnet-reference-remove.md docs/core/tools/dotnet-reference-remove
docs/core/tools/dotnet-workload-sets.md docs/core/tools/dotnet-workload-sets
docs/core/tools/sdk-errors/netsdk1032.md docs/core/tools/sdk-errors/netsdk1032
docs/core/tools/sdk-errors/netsdk1144.md docs/core/tools/sdk-errors/netsdk1144
docs/core/tutorials/index.md docs/core/tutorials/index
docs/core/whats-new/dotnet-10/libraries.md docs/core/whats-new/dotnet-10/libraries
docs/core/whats-new/dotnet-10/overview.md docs/core/whats-new/dotnet-10/overview
docs/core/whats-new/dotnet-10/runtime.md docs/core/whats-new/dotnet-10/runtime
docs/core/whats-new/dotnet-10/sdk.md docs/core/whats-new/dotnet-10/sdk
docs/csharp/asynchronous-programming/async-scenarios.md docs/csharp/asynchronous-programming/async-scenarios
docs/csharp/language-reference/compiler-messages/assembly-references.md docs/csharp/language-reference/compiler-messages/assembly-references
docs/csharp/language-reference/compiler-messages/cs0050.md docs/csharp/language-reference/compiler-messages/cs0050
docs/csharp/language-reference/tokens/raw-string.md docs/csharp/language-reference/tokens/raw-string
docs/csharp/programming-guide/indexers/index.md docs/csharp/programming-guide/indexers/index
docs/framework/release-notes/release-notes.md docs/framework/release-notes/release-notes
docs/fundamentals/code-analysis/quality-rules/ca1848.md docs/fundamentals/code-analysis/quality-rules/ca1848
docs/standard/base-types/standard-date-and-time-format-strings.md docs/standard/base-types/standard-date-and-time-format-strings
docs/standard/glossary.md docs/standard/glossary

Copilot AI and others added 17 commits August 14, 2025 08:31
…itespace handling (#47728)

* Initial plan

* Clarify raw string literal multi-line rules for opening quotes and whitespace handling

Co-authored-by: BillWagner <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: BillWagner <[email protected]>
* Initial plan

* Add DateOnly example and documentation to indexers article

Co-authored-by: BillWagner <[email protected]>

* Revert project files to use .NET 9 and modern syntax as requested

Co-authored-by: BillWagner <[email protected]>

* Remove LangVersion preview as no preview features are used

Co-authored-by: BillWagner <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: BillWagner <[email protected]>
…mblies appear to be referenced (#47632)

* Initial plan

* Add troubleshooting section for CS0012 when assemblies appear to be referenced

Co-authored-by: BillWagner <[email protected]>

* Apply suggestions from code review

Co-authored-by: Genevieve Warren <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: BillWagner <[email protected]>
Co-authored-by: Bill Wagner <[email protected]>
Co-authored-by: Genevieve Warren <[email protected]>
…on (#47705)

* Initial plan

* Add generic type argument accessibility example to CS0050 documentation

Co-authored-by: BillWagner <[email protected]>

* Apply suggestions from code review

Co-authored-by: Genevieve Warren <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: BillWagner <[email protected]>
Co-authored-by: Bill Wagner <[email protected]>
Co-authored-by: Genevieve Warren <[email protected]>
…47735)

* Initial plan

* Add synchronous access to async operations documentation section

Co-authored-by: BillWagner <[email protected]>

* Move synchronous access section to end per review feedback

Co-authored-by: BillWagner <[email protected]>

* Apply suggestions from code review

Co-authored-by: Genevieve Warren <[email protected]>

* Apply suggestions from code review

Co-authored-by: Genevieve Warren <[email protected]>

* Update docs/csharp/asynchronous-programming/async-scenarios.md

* Add approach links and address review feedback

Co-authored-by: BillWagner <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: BillWagner <[email protected]>
Co-authored-by: Bill Wagner <[email protected]>
Co-authored-by: Genevieve Warren <[email protected]>
…nd address review feedback (#47938)

* Initial plan

* Update .NET 10 documentation for Preview 7 release

Co-authored-by: BillWagner <[email protected]>

* Restructure documentation and address all review feedback

Co-authored-by: BillWagner <[email protected]>

* Apply suggestions from code review

Co-authored-by: Genevieve Warren <[email protected]>

* Fix XML code formatting and add snippets project file

Co-authored-by: BillWagner <[email protected]>

* Fix remaining writing style issues in runtime documentation

Co-authored-by: BillWagner <[email protected]>

* Update libraries.md

* Apply suggestions from code review

Co-authored-by: Genevieve Warren <[email protected]>

* Address reviewer feedback: fix ML-DSA description, clarify Composite ML-DSA types, move WebSocketStream description, fix TLS typo, and remove extra blank lines

Co-authored-by: BillWagner <[email protected]>

* Update docs/core/whats-new/dotnet-10/sdk.md

* Address final reviewer feedback: change ML-DSA heading and add blank line before CLI introspection

Co-authored-by: BillWagner <[email protected]>

* Update docs/core/whats-new/dotnet-10/sdk.md

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: BillWagner <[email protected]>
Co-authored-by: Bill Wagner <[email protected]>
Co-authored-by: Genevieve Warren <[email protected]>
* Prefer text over comments

Comments aren't localized, so prefer text in markdown.

* Update .github/copilot-instructions.md

Co-authored-by: Copilot <[email protected]>

* Update .github/copilot-instructions.md

Co-authored-by: Genevieve Warren <[email protected]>

---------

Co-authored-by: Copilot <[email protected]>
Co-authored-by: Genevieve Warren <[email protected]>
* Migrate David+Copilot's rewrite of instructions from Aspire

* Apply suggestion from @BillWagner

Co-authored-by: Bill Wagner <[email protected]>

* Apply suggestion from @BillWagner

Co-authored-by: Bill Wagner <[email protected]>

* Apply suggestion from @BillWagner

Co-authored-by: Bill Wagner <[email protected]>

* Apply suggestions from code review

Co-authored-by: Genevieve Warren <[email protected]>

---------

Co-authored-by: Bill Wagner <[email protected]>
Co-authored-by: Genevieve Warren <[email protected]>
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@dotnetrepoman dotnetrepoman bot added this to the August 2025 milestone Aug 15, 2025
Copy link
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 issues. Other issues are also a high priority. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@dotnet-policy-service dotnet-policy-service bot merged commit 2606252 into live Aug 15, 2025
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants